Einhugur macOS Bridge plugin.

EinhugurVisionBridge.VNFaceObservation Class

Face or facial-feature information that an image analysis request detects.

EinhugurVisionBridge.VNDetectedObjectObservation
   VNFaceObservation

class EinhugurVisionBridge.VNFaceObservation

Constructors

VNFaceObservation (private) Private constructor.

Properties

BoundingBox (Inherited) The bounding box of the object that the request detects.
ClassName (Inherited) (desktop - console) Returns the name of the Cocoa class under the hood as String.
Confidence (Inherited) Returns the level of confidence in the observation’s accuracy.
FaceCaptureQualityReturns a value that indicates the quality of the face capture.
Handle (Inherited) Returns Integer handle to the native NSObject structure.
PitchThe pitch angle of a face in radians.
RollThe roll angle of a face in radians.
UUID (Inherited) Returns a unique identifier assigned to the Vision observation.
YawThe yaw angle of a face in radians.

Methods

shared CastDoes deep cast on incoming NSObject to VNFaceObservation.
shared FromIntegerPtrConstructs VNFaceObservation object from Integer handle coming from declares or 3rd party plugin.
shared IsVVNFaceObservationReturns true if the NSObject under the hood is VNFaceObservation or derived from VNFaceObservation.
Release (Inherited) Releases the NSObject.
Retain (Inherited) Retains the NSObject

Constants

Version = 5.0 (Inherited)

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • iOS
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit